home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / SYMBOL / Conversions / Strings / string-to-symbol < prev   
Text File  |  1998-10-23  |  178b  |  14 lines

  1. string-to-symbol symbol string
  2.  
  3. Conversts the string into symbol pattern.
  4.  
  5. (string-to-symbol 'a "- - - ")
  6. --> (a = a = a =)
  7.  
  8. (string-to-symbol 'b "- - - ")
  9. --> (b = b = b =)
  10.  
  11.  
  12.  
  13.  
  14.